How to assign "Full Access Permission" to more than 100 mailboxes to one User Exchange 2007
Hi Is there an easier, faster way of doing this? I dont want to search > RC Manage Full Access Permission > Add the "user" > Manage ... and repeat this x 100. Thanks, MaelitoMaelito
October 15th, 2009 12:13pm

Yes you can very well do that see below http://exchangeshare.wordpress.com/2008/09/05/faq-access-on-all-the-mailboxes-of-a-server-exchange-2007/Vinod |CCNA|MCSE 2003 +Messaging|MCTS|ITIL V3|
Free Windows Admin Tool Kit Click here and download it now
October 15th, 2009 12:27pm

Vinod Thanks for your help but I do not want to give access to all Mailboxes on any given db. I need to give rights to specific mailbox that are on several db's. Thanks, MaelitoMaelito
October 15th, 2009 12:33pm

You will have to either stamp those MBX's Custom Attrib or any other Fields with some tag and then pipe the command with above like below Get-User –Filter { Title –Like "*Manager*"} –RecipientTypeDetails UserMailbox Vinod |CCNA|MCSE 2003 +Messaging|MCTS|ITIL V3|
Free Windows Admin Tool Kit Click here and download it now
October 15th, 2009 1:25pm

Or, if you have a list of those users in a file, you can import that into a variable:$users = get-content c:\users.txt $users | Add-ADPermission -User “user” -ExtendedRights <right>Note that I believe Add-ADPermission takes pipelined input, but I could be wrong ;)Karl
October 15th, 2009 6:17pm

Thanks guys but I have no idea how to run those commands? Is that in Powershell? Maelito
Free Windows Admin Tool Kit Click here and download it now
October 15th, 2009 6:36pm

Yes SirVinod |CCNA|MCSE 2003 +Messaging|MCTS|ITIL V3|
October 15th, 2009 6:40pm

Hi,Some imformation share with you. Using the Exchange Management Shellhttp://technet.microsoft.com/en-us/library/bb123778.aspx Creating Filters in Recipient Commandshttp://technet.microsoft.com/en-us/library/bb124268.aspx Frank Wang
Free Windows Admin Tool Kit Click here and download it now
October 16th, 2009 5:48am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics